DocuSign Connect xsd [on hold]
Posted
by
Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2013-10-31T21:19:34Z
Indexed on
2013/11/01
15:54 UTC
Read the original article
Hit count: 293
I'm trying to parse xml inbound to our system from the DocuSign Connect service (which publishes status updates to a given web service). I typiclly use jaxb to process xml but as far as I know I need xsd's in order to generate the jaxb. I don't have (or can't find) xsd's from DocuSign in order to do this. I could use other java classes/libraries to parse the xml but without xsd's I'd have to guess at types, restrictions and formats. Is there a way to generate jaxb without having xsd's?
© Stack Overflow or respective owner